.content{
    width: 100%;
    overflow: hidden;
    height: auto;
}
.content .nav{
    min-width: 1200px;
    height: 482px;
    background: url("../img/banner.png");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-position: center;
}
.main{
    width: 1200px;
    margin: -382px auto 0;
}
.main .main-top{
    position: relative;
}
.main-top .logo{
    width: 351px;
    height: 71px;
    padding-left: 50px;
}
.main-top .userWrap{
    float: right;
    cursor: pointer;
    visibility: hidden;
}
.avator{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.userInfoWrap{
    float: right;
    vertical-align: middle;
}
.userInfoWrap .userName{
    font-size: 22px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    margin: 0 10px 0 12px;
    float: left;
    padding-top: 10px;
}
.userName .name{
    width: 70px;
}
.userName .vip{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(177,133,86,1);
    margin-top: 10px;
}
.userInfoWrap .downArrow{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #B18556;
    float: right;
    margin-top: 18px;
}
.main-header{
    width: 1200px;
    height: 50px;
    background: url("../img/main_head.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: 79px;
}
.main-header>ul {
    height: 50px;
}
.main-header>ul>li {
    float: left;
    width: 199px;
    height: 19px;
    text-align: center;
    font-size:24px;
    font-family:Source Han Serif CN;
    font-weight:bold;
    color:rgba(255,255,255,1);
    border-right: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
    top: 15px;
}
.main-header>ul>li>a, .main-header>ul>li>span{
    color: #fff;
    cursor: pointer;
    position: relative;
    top: -5px;
}
.dropDownList{
    position: absolute;
    top: 35px;
    width: 199px;
    height: 100px;
    background: url("../img/dropList.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(99,85,69,1);
    z-index: 9;
    text-align: center;
    display: none;
}
.dropDownList .dropList{
    width: 160px;
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px dotted #635545;
    margin: 0 auto;
}
.dropDownList .dropList a{
    color:rgba(99,85,69,1);
}
.dropList:last-child{
    border: none;
}
.titleActive{
    color: #F2D0AA!important;
}
.mainNew{
    margin-top: 50px;
}
.newsLeftWrap{
    position: relative;
    float: left;
}
.newsLeftWrap .imgWrap .imgInfo{
    width: 300px;
    height: 40px;
    position: absolute;
    bottom: 0;
    font-size:18px;
    margin-left: 125px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    z-index: 11;
    line-height: 40px;
    text-align: center;
}
.imgWrap .leftImg{
    width: 550px;
    height: 320px;
}
.newsLeftWrap .hd{
    width: 550px;
    height: 40px;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    z-index: 10;
}
.newsLeftWrap .hd .prev{
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 50px;
    top: 0;
    color: #fff;
    font-size: 25px;
}
.newsLeftWrap .hd .next{
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 50px;
    top: 0;
    color: #fff;
    font-size: 25px;
}
.newsLeftWrap .bd{
    width: 550px;
    height: 320px;
}
.newRightWrap{
    margin-left: 28px;
    float: right;
}
.newRightWrap>ul>li {
    border-bottom: 1px dotted #999999;
    clear: both;
    height: 55px;
    line-height: 55px;
}
.newRightWrap>ul>li:nth-child(1){
}
.newRightWrap>ul>li:nth-child(5){
    border: none;
}
.newRightWrap>ul>li>.newsPoint{
    width: 10px;
    height: 10px;
    background: url("../img/newsPoint.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-right: 20px;
    float: left;
    margin-top: 20px;
}
.newRightWrap>ul>li .newTitle{
    width: 585px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
}
.newsRightBottom{
    margin-top: 5px;
}
.newsRightBottom .line{
    width: 500px;
    height: 35px;
    border-bottom: 1px solid #000;
}
.newsRightBottom .newsMore{
    width: 120px;
    height: 35px;
    background: url("../img/newsMore.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 35px;
    float: right;
    margin-top: -35px;
}
.newsMore .newsMoreBtn{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.footer{
    margin-top: -180px;
  	clear: both;
}
.footer .footBg{
    min-width: 1200px;
    height: 280px;
    background: url("../img/footerNewBg.png");
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-position: center;
}
.footer .linkWrap{
    width: 100%;
}
.linkWrap .link{
    min-width: 1200px;
    height: 174px;
    background-color: #635545;
}
.link .linkContent{
    width: 1200px;
    margin: 0 auto;
}
.linkContent .linkTitle {
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(242,208,170,1);
    margin-bottom: 25px;
    padding-top: 50px;
}
.linkurl>a{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-right: 10px;
}
.footer .copyRight{
    height: 46px;
    background-color: #232323;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height: 46px;
}
.copyRight .copyRightL{
    float: left;
    margin-left: 40px;
}
.copyRight .copyRightR{
    float: right;
    margin-right: 40px;
}
.winePartyWrap{
    clear: both;
    padding-top: 50px;
}
.winePartyLeft{
    float: left;
}
.winePartyLeft .leftTitle{
    width: 600px;
    height: 50px;
    background: url("../img/winePartyTitle.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size:28px;
    font-family:Source Han Serif CN;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height: 50px;
}
.leftTitle .winePartyMore{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-right: 45px;
    color: #fff;
    float: right;
}
.leftTitle .title{
    margin-left: 50px;
    float: left;
}
.winePartyLeft .articleList{
    width: 600px;
    /*margin-top: 10px;*/
}
.articleList .article{
    padding: 20px 0;
    border-bottom: 1px solid #999999;
}
.articleList .article a{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
}
.article .articleRead{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(144,144,144,1);
    padding-bottom: 20px;
    margin-top: 20px;
}
.articleRead .articleReadLeft{
    float: left;
}
.articleRead .articleReadRight{
    float: right;
}
.winePartyRight{
    float: right;
}
.winePartyRight .rightTop{
    width: 550px;
    height: 260px;
    position: relative;
}
.rightTop .rightTopImg{
    width: 550px;
    height: 260px;
}
.rightTop .imgInfo{
    width:550px;
    height:40px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 40px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    position: absolute;
    left: 0;
    bottom: 0;
}
.winePartyRight .rightBottom{
    margin-top: 15px;
}
.rightBottomImg{
    width: 268px;
    height: 195px;
    position: relative;
    float: left;
    margin-right: 16px;
}
.rightBottomImg .rightBotImg{
    width: 268px;
    height: 195px;
}
.rightBottomImg .imgInfo{
    width: 268px;
    height: 40px;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 40px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    position: absolute;
    left: 0;
    bottom: 0;
}
.recommendWrap{
    padding-top: 50px;
    clear: both;
}
.recommendWrap .recommendTitle{
    width: 1200px;
    height: 50px;
    background: url("../img/vipRecommend.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    font-family:Source Han Serif CN;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height: 50px;
}
.recommendTitle .rTitle{
    margin-left: 50px;
    float: left;
}
.recommendTitle .recMore{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-right: 50px;
    color: #fff;
    float: right;
}
.recommendWrap .bookWrap{
    width: 1200px;
    height: 285px;
    position:relative;
}
.bookWrap .bookInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
}
.bookInfo .bookImg{
    width: 150px;
    height: 200px;
    cursor: pointer;
}
.bookInfo .bookName{
    color:rgba(99,85,69,1);
    margin: 19px auto 13px;
}
.bookInfo .writer{
    color:rgba(144,144,144,1);
}
.bookWrap .bd{
    width: 1200px;
    height: 285px;
    margin-top: 50px;
    overflow:hidden;
    position:relative;
}
.bookWrap .bd>ul{
    overflow: hidden;
    zoom: 1;
}
.bookWrap ul li{
    margin:0 60px 0 0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.hd .prev .leftBtn, .hd .next .rightBtn{
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.hd .prev{
    position: absolute;
    top: 80px;
    left: -70px;
}
.hd .next{
    position: absolute;
    top: 80px;
    right: -70px;
}
/*未登录*/
.main-top .loginWrap{
    width: 300px;
    height: 300px;
    box-shadow:0px 0px 7px 1px rgba(154,154,154,0.15);
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 10;
    display: none;
}
.loginWrap .unLoginWrap{
    text-align: center;
}
.loginWrap .unLoginWrap .topLine{
    width: 250px;
    height: 1px;
    background-color: #9A9A9A;
    margin: 44px auto 0;
}
.unLoginWrap .loginTitle{
    width: 148px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    text-align: center;
    background-color: #fff;
    margin: -16px auto 0;
}
.unLoginWrap .headImg{
    width: 70px;
    height: 70px;
    margin: 30px auto;
}
.unLoginWrap .btnWrap{

}
.unLoginWrap .btnWrap .Btn{
    width: 250px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    border-radius: 17px;
    cursor: pointer;
    margin: 0 auto;
}
.unLoginWrap .btnWrap .loginBtn{
    background-color: #B18556;
    margin-bottom: 20px;
}
.unLoginWrap .btnWrap .registerBtn{
    background-color: #635545;
}
#logingBtn, #resetingBtn, #regingBtn{
    display: none;
}
/*以登录*/
.userInfoDetailWrap {
    width: 300px;
    height: 300px;
    box-shadow:0px 0px 7px 1px rgba(154,154,154,0.15);
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 10;
    display: none;
}

.userInfoDetailWrap .headWrap{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    padding: 15px 25px;
}
.headWrap .name{
    width: 80px;
    margin-top: 20px;
    float: left;
}
.headWrap .avator{
    width: 64px;
    height: 64px;
    margin-right: 9px;
    float: left;
}
.headWrap .verifyWrap{
    width: 76px;
    height: 31px;
    border: 1px solid #ADADAD;
    border-radius: 38px;
    font-size:16px;
    color:rgba(173,173,173,1);
    text-align: center;
    line-height: 31px;
    margin-left: 15px;
    float: right;
    margin-top: 20px;
}

.userInfoDetailWrap .infoWrap {
    width: 250px;
    margin: 0 auto;
    clear: both;
}
.infoWrap li{
    clear: both;
    padding: 20px 0;
}
.infoWrap a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(173, 173, 173, 1);
    margin-top: 25px;
}
.infoWrap .infoLeft {
    float: left;
}
.infoLeft .leftLine{
    width: 5px;
    height: 25px;
    background-color: #B18556;
    border-radius: 3px;
    margin-right: 17px;
    float: left;
}
.infoLeft .infoTitle{
    width: 160px;
    text-align: left;
}
.infoLeft .infoNum{
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(177,133,86,1);
    margin-right: 50px;
}

.infoWrap .rightArrow{
    width: 14px;
    height: 25px;
    background: url("../img/rightArrow.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    float: right;
}

.userInfoDetailWrap .btn {
    width: 250px;
    height: 38px;
    background-color: #B18556;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 50px auto 0;
    border-radius: 19px;
    cursor: pointer;
}
.btn .swithImg{
    width: 20px;
    height: 23px;
    margin-right: 17px;
}




.regLogWrap{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
#log, #reg, #regLogWrap{
    display: none;
}
.regLogWrap .wrap{
    width: 48%;
    width: 920px;
    /*height: 720px;*/
    box-shadow:0px 0px 7px 1px rgba(154,154,154,0.15);
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 40px;
    /*z-index: 999;*/
}
.wrap .closeImg{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 29px;
    top: 29px;
    cursor: pointer;
    /*z-index: 9999;*/
}
.wrap .line{
    width: 820px;
    height: 48px;
    border-bottom: 1px dotted #ADADAD;
    margin: 0 auto;
}
.wrap .regTitle{
    width: 144px;
    margin: -13px auto 0;
    background-color: #fff;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    text-align: center;
}
.wrap .formWrap{
    width: 600px;
    margin: 34px auto 0;
}
.formWrap .inputWrap{
    width: 600px;
    height: 50px;
    margin-bottom: 15px;
    background-color: #f5f2f0;
    border-radius: 25px;
    /*line-height: 50px;*/
}
.inputWrap .userNameIcon{
    width: 18px;
    height: 18px;
    padding-top: 16px;
    padding-left: 25px;
    float: left;
}
.inputWrap .smsIcon{
    width: 18px;
    height: 14px;
    padding-left: 25px;
    padding-top: 18px;
    float: left;
}
.inputWrap .nickNameIcon{
    width: 14px;
    height: 18px;
    padding-top: 16px;
    padding-left: 25px;
    float: left;
}
.inputWrap .passwordIcon{
    width: 18px;
    height: 10px;
    padding-top: 20px;
    padding-left: 25px;
    float: left;
}
.inputWrap .input{
    width: 425px;
    height: 30px;
    border: none;
    font-size:16px;
    margin-top: 7px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    margin-left: 13px;
    background-color: #f5f2f0!important;
    float: left;
}
.inputWrap .loginSmsCode{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: right;
    display: none;
    padding: 10px 25px 10px 0;
}
.inputWrap .regSmsCode{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: right;
    padding: 10px 25px 10px 0;
}
#getresetSmsCode{
    display: none;
}

.smsLoginWrap{
    display: none;
}
.wrap .protocolWrap{
    width: 600px;
    margin: 0 auto;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(99,85,69,1);
}
.protocolWrap .protocolIcon{
    width: 30px;
    height: 30px;
    margin-right: 14px;
    cursor: pointer;
    float: left;
}
.protocolWrap .protocol{
    color:rgba(177,133,86,1);
    cursor: pointer;
}
.wrap .regBtn{
    width: 600px;
    height: 50px;
    background-color: rgba(177,133,86,1);
    margin: 40px auto 0;
    font-size:22px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer;
}
#resetBtn{
    display: none;
}
.wrap .goLogin{
    text-align: center;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(144,144,144,1);
    margin-top: 30px;
    cursor: pointer;
    clear: both;
}
.wrap .loginInfo{
    width: 600px;
    height: 50px;
    background-color: rgba(243,152,0,.1);
    margin: 24px auto;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(243,152,0,1);
    line-height: 50px;
}
.loginInfo .horn{
    width: 18px;
    height: 18px;
    margin-right: 13px;
    margin-left: 25px;
}
.wrap .smsLogin{
    width: 600px;
    margin: 0 auto;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(144,144,144,1);
}
#pasLoginBtn{
    display: none;
}
#smsLoginBtn{
    float: left;
}
#forgetPassword{
    float: right;
}
.smsLogin span{
    cursor: pointer;
}
/*兼容弹窗*/
.lowVersionWrap{
    width: 100%;
    height: 100%;
    box-shadow:0px 0px 7px 1px rgba(154,154,154,0.15);
    background-color: rgba(0,0,0,.9);
    position: fixed;
    left: 0%;
    top: 0%;
    display: none;
    text-align: center;
    z-index: 9999;
}
.lowVersionWrap .browserTips{
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000;
    background: #fff;
    padding: 150px 0;
    position: absolute;
    top: 14%;
    left: 0%;
}
.browserTips p{
    margin-top: 30px;
    text-align: center;
}
.browserTips .img{
    width: 351px;
    height: 71px;
}
.browserTips .downLoadUrl{
    color: #494EFF;
}
/*落叶*/
.Upper { z-index: 999 }
.AutomLeaf { position: fixed; opacity: 0; z-index: 0 }
.AutomLeaffalling { position: fixed; top: 0; left: 0; opacity: 0; z-index: 0 }
.inFront { z-index: 100 }